home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / mult200.zip / DOORBATS.ZIP / ZIPSTR.BAT < prev   
DOS Batch File  |  1991-12-10  |  318b  |  19 lines

  1. @echo off
  2. echo -----------
  3. echo - zipster -
  4. echo -----------
  5. if exist c:\ra\zinuse.txt goto oops!
  6. rem > c:\ra\zinuse.txt
  7. zipster.exe
  8. del c:\ra\zinuse.txt
  9. goto end
  10. :oops!
  11. if %port% == 0 goto oops!l
  12. type c:\ra\used.txt > com%port%:
  13. goto regend
  14. :oops!l
  15. type c:\ra\used.txt
  16. :regend
  17. dvcomand wait 20
  18. :end
  19.